Fix typo.
authorJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 05:14:35 +0000 (05:14 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 05:14:35 +0000 (05:14 +0000)
src/xfns.c

index 9fa8a052cb55fb82f85cf9609431211728ece93d..3a9e8f04f537b13e8f5f3d680f366321bff3bc60 100644 (file)
@@ -1434,7 +1434,7 @@ x_get_arg (alist, param, attribute, class, type)
                if (!strcmp (XSTRING (tem)->data, "on")
                    || !strcmp (XSTRING (tem)->data, "true"))
                  return Qt;
-               else (!strcmp (XSTRING (tem)->data, "off")
+               else if (!strcmp (XSTRING (tem)->data, "off")
                      || !strcmp (XSTRING (tem)->data, "false"))
                  return Qnil;
                else